레이블이 force wb인 게시물을 표시합니다. 모든 게시물 표시
레이블이 force wb인 게시물을 표시합니다. 모든 게시물 표시

2011년 9월 1일 목요일

How to set up Dell OMSA with CLI commands


How to set up Dell OMSA with CLI commands


for ITA

** System -> Alert Management -> Platform Events -> Enable Platform Event Filter alerts 설정

# omconfig system platformevents alertsenable=true
Platform events configured successfully.



** System -> Alert Management -> Platform Events -> Destination Configuration Settings -> 
Community String 설정

# omconfig system pedestinations communitystr=wizcns
Platform event destinations configured successfully.




for iDRAC

** Network Setting

# omconfig chassis remoteaccess config=nic nicselection=shared privilegelevel=administrator ipsource=static ipaddress=192.168.0.12 subnet=255.255.255.0 gateway=192.168.0.1 


** Additional Setting

# omconfig chassis remoteaccess config=additional ipv4=enabled ipv6=disabled

** User Setting

# omconfig chassis remoteaccess config=user id=2 newpw=root1234 confirmnewpw=root1234



for Storage(RAID Card)

** Storage Setting
[Write Back / Write Through / Force WB]

omconfig storage vdisk action=changepolicy controller=id vdisk=id [readpolicy=<ra | nra | ara | rc | nrc> | writepolicy=<wb | wt | wc | nwc | fwb> | cachepolicy=<d | c>]

ex) Force Write-Back w/ no battery
# omconfig storage vdisk action=changepolicy controller=0 vdisk=0 writepolicy=fwb