I'm installing a 7031-D24 fully populated with disks on a p570. I have two single repeater cards installed in C2 and C5 and two dual repeater cards installed in C3 and C4. I have a jumper cable from C2 to C3 then a cable from C3 to a scsi card. I also have one from C4 to C5 then a cable from C4...
I have a simple class asdf in package foo.bar:
package foo.bar;
public class asdf
{
private String val;
public asdf()
{
val = "";
}
public void setValue(String v)
{
val = v;
}
public String getValue()
{
return val;
}
}
I'm...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.