Tuesday, September 28, 2010

How to configure XCSF network in M4000

1. To assign an IP address to XSCF interface
XSCF> setnetwork xscf#1-lan#0 -m 255.255.255.0 192.168.0.10
2. Enable the specified network interface
XSCF> setnetwork -c up
3. XSCF> shownetwork
4. Add route
XSCF> setroute -c add -n -m -g interface
5. XSCF> applynetwork
6. To set Service Processor Host Name and DNS name
XSCF> sethostname xscf#0
7. To set Service Processor's DNS Name Server
XSCF> setnameserver ip_address
8. To enable Service Processor HTTPS service
XSCF> sethttps -c enable
9. To enable Service Processor SSH service
XSCF> setssh -c enable
XSCF> setssh -c genhostkey

How to configure XSCF in M4000

1. login to XSCF console
2. setpasswordpolicy

Thursday, September 23, 2010

How to configure DSCP Network in M4000

XSCF> setdscp
DSCP network [0.0.0.0 ] > 10.1.1.0

DSCP netmask [255.0.0.0 ] > 255.255.255.0

XSCF address [10.1.1.1 ] > [Enter]
Domain #00 address [10.1.1.2] > [Enter]
.
.
.
Commit these changes to the database? [y|n]:y

XSCF> rebootxscf

How to verify DSCP is configured on M4000

To Display DSCP information.
XSCF> showdscp

DSCP Configuration:

Network: 192.168.1.0
Netmask: 255.255.255.0

Location      Address
----------   ---------
XSCF         192.168.1.1
Domain #00   192.168.1.2
Domain #01   192.168.1.3
Domain #02   192.168.1.4
Domain #03   192.168.1.5

If it is not configured showdscp output will state this:
XSCF> showdscp
ERROR: DSCP is not configured. Please use setdscp.

Friday, September 3, 2010

First time configuration of M4000

1. connect laptop to serial port
2. Open Tera Term
3. Set the key on the operator panel to the service position (wrench icon)
4. Turn on the power
5. when login prompt appears enter "default" for the login name
6. Set the key on the operator panel to the Locked position
7. Press the RETURN key
8. Wait for 5 seconds and then set the key on the operator panel to the service position
9. Press the RETURN key
10. Confirm that the XSCF shell prompt is displayed

Tuesday, June 22, 2010

How to expand an existing metadevice and file system

1.       Attach another slice to existing metadevice
# metattach d0 c1t2d0s2
2.       # growfs –M /home2 /dev/md/rdsk/d0

Sunday, May 10, 2009

How to change Master Host in SGE

1. On current master host stop the daemons.
# qconf -km

2. Edit the $SGE_ROOT/$SGE_CELL/common/act_qmaster file according to the following guidelines:

update the act_qmaster file with the output of follwoing command executed on new master host.
# $SGE_ROOT/utilbin/$SGE_ARCH/gethostname

3. On the New Master Host start qmaster
# $SGE_ROOT/$SGE_CELL/common/sgemaster