powering down a server
I need to power down a server, that has 15 computers. I am transporting the sever to a new loaction. What is the process of powering it down. All the computers are Windows based.
Thanks
David
User Profile
Collapse
-
powering down a server
Where would i look to find documentation on powering down a server and taking all the cables off, so I can move the server to a new building.
Thanks -
a couple of questions
I am just curious about these questions, i have been looking online and cant find anything.
How many constructors does the String class have in the JDK1.5?
How many overloaded versions of the replace method are there for the String class?
Thanks -
But any way i got the brackets fixed. Down at the bottom where i am askin for the user to put true or false. I still cant get that to work, It comes back with this..
Exception in thread "main" java.lang.NullP ointerException
at mooredMod2.Gues singGame.main(G uessingGame.jav a:84)
Can any1 please explain to me what that means and why im getting that.
ThanksLeave a comment:
-
-
help with brakets
here is my code, i am having trouble with getting my brakets in the right place so i can run my program.
[code=java]
package mooredMod2;
import java.util.Scann er;
import java.util.Rando m;
import java.util.*;
import java.io.*;
public class GuessingGame {
public static void main(String[] args) {
{
BufferedReader keyboard... -
and is that part of the code going to do what i want it to?
ThanksLeave a comment:
-
-
ok so i have added this code...
scan.next();
do {
more = true;
if (theirGuess == value)
{
System.out.prin tln("Would you like to play again? (Eneter true or false)");
}
}while (more);
{
System.out.prin tln("Guess a number between 1 and 10");
but now my program will skip code diffrent...Leave a comment:
-
thank you for helping me find that error that i did not catch! now i am trying to figure out how to write the code for when they are correct, and would like to play again. this is whati have so far...
[code=java]
System.out.prin tln("Would you like to play again? (Eneter true or false)");
while (more = true) ;
{
}[/code]
I think i need to use the if and else statments but...Leave a comment:
-
The partofthe code that i am trying to get working now is where it is suppose to print it the number is to high or to low or if it is coorectLeave a comment:
-
random number generator
Ok im trying to make a lil random number game. I have most of the code and comments on how i want the game to work. but i can not get to it work. if you have any answers any help what so ever it woul be greatly appreciated!
[code=java]
package mooredMod2;
import java.util.Scann er;
import java.util.Rando m;
public class GuessingGame {
public static void main(String[]... -
ok i figured out the scanner part. now i am having a problem the printing part. here is all of my code...
[CODE=java]package mooredMod2;
import java.util.Scann er;
import java.text.Numbe rFormat;
public class Ex4Expressions {
public static void main(String[] args) {
// we need the following line to use the scanner class
Scanner scan = new Scanner(System. in);...Leave a comment:
-
ok so i figured out the currency part, i forgot to import the numberFormat. but i still can not figure out the scanner class part
ThanksLeave a comment:
-
here is some more code...
[code=java]
. System.out.prin tln ("Enter the quantity: ");
numInStock = scan.nextInt();
System.out.prin tln ("Enter the unit price: ");
priceEach = scan.nextDouble ();
System.out.prin tln ("Enter the name of book: ");
bookName = scan.nextLine() ;
// create a variable named...Leave a comment:
-
scanner class
I have this bit of code...
System.out.prin tln ("Enter the name of book: ");
bookName = scan.nextLine() ;
then i have code after that that prints out what i want it to. But when it gets to this part of my code it just jumps the println methods i have called. What little code snipet do i need for it to let me type in the name of the book before it moves on?
Thanks! -
eclipse
I am working in Eclipse and i am trying to get several classes in one package, how do i go about doing that?
Thank you,
David -
-
ok man, thanks for all of your help and time, will they post it on here?...Leave a comment:
-
Ok well i put the default gateway address in the windows 2000 and i am restarting it, i tried to connect to a web browser and again and it still says try working offline...Leave a comment:
No activity results to display
Show More
Leave a comment: