Last active
August 29, 2015 14:12
-
-
Save libero18/6606debf050a07897c25 to your computer and use it in GitHub Desktop.
nwdiag を使って電源系統の管理
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nwdiag { | |
network 主電源 { | |
address = "NEMA L5-30R 40A/100V"; | |
UPS01 [address = "Rack Connector01"]; | |
UPS02 [address = "Rack Connector04"]; | |
} | |
network PDU01 { | |
address = "NEMA L5-15R 30A/100V"; | |
UPS01 [address = "PDU01 Connector01"]; | |
web01 [address = "PDU01 Connector02"]; | |
db01 [address = "PDU01 Connector03"]; | |
} | |
network PDU02 { | |
address = "NEMA L5-15R 30A/100V"; | |
UPS02 [address = "PDU02 Connector01"]; | |
web02 [address = "PDU02 Connector03"]; | |
db02 [address = "PDU02 Connector05"]; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sample.svg