• VCS, Vertias 06-21-2011 Comments Off

    # add volume definition
    hares -add SRVS-vol8  Volume  SRVS-SG
    hares -modify SRVS-vol8  Critical  0
    hares -modify SRVS-vol8  DiskGroup  cjprd
    hares -modify SRVS-vol8  Volume  cjprd-vol8
    hares -modify SRVS-vol8  Enabled  1
    hares -link SRVS-vol8  SRVS-dg   0   0

    # Add mount definition
    hares -add SRVS-odbf4  Mount  SRVS-SG
    hares -modify SRVS-odbf4  Critical  1
    hares -modify SRVS-odbf4  SnapUmount  0
    hares -modify SRVS-odbf4  CkptUmount  1
    hares -modify SRVS-odbf4  SecondLevelMonitor  0
    hares -modify SRVS-odbf4  SecondLevelTimeout  30
    hares -modify SRVS-odbf4  MountPoint  /cjprd/odbf4
    hares -modify SRVS-odbf4  BlockDevice  /dev/vx/dsk/cjprd/cjprd-vol8
    hares -modify SRVS-odbf4  FSType  vxfs
    hares -modify SRVS-odbf4  MountOpt
    hares -modify SRVS-odbf4  FsckOpt  -y
    hares -modify SRVS-odbf4  Enabled  0
    hares -modify SRVS-odbf4  Critical  0
    hares -modify SRVS-odbf4  Enabled  1
    hares -link SRVS-odbf4  SRVS-vol8   0   0

    hares -modify SRVS-odbf4  Critical  1
    hares -link SRVS-odbf4  SRVS   0   0
    hares -modify SRVS-vol8  Critical  1
    haconf -dump

  • Solaris 06-16-2011 Comments Off

    Problem: not able to connect to the console

    -> start /CH/BL1/SP/cli
    Are you sure you want to start /CH/BL1/SP/cli (y/n)? y

    …just hangs indefinitely

    Solution: We need to reset the serial port to the blade.

    -> reset /CH/BL1/SP
    Are you sure you want to reset /CH/BL1/SP (y/n)? y
    Performing hard reset on /CH/BL1/SP

    -> start cli
    Are you sure you want to start /CH/BL1/SP/cli (y/n)? y

    … connects successfully to the console now.

  • HEADS UP, Linux, Networking 06-14-2011 Comments Off

    ETHTOOL_OPTS=”autoneg off speed 100 duplex full”