diff options
author | xiubuzhe <xiubuzhe@sina.com> | 2023-10-15 03:40:31 +0800 |
---|---|---|
committer | xiubuzhe <xiubuzhe@sina.com> | 2023-10-15 03:40:31 +0800 |
commit | 98fae3427e6791003e64572a2a6ca317c72473ef (patch) | |
tree | 38a109b70b029beb9b4bec71206762126e43dacb /etc | |
parent | 4e3722353878da15ea9017190b462a3883ecc2d2 (diff) | |
download | sunhpc-98fae3427e6791003e64572a2a6ca317c72473ef.tar.gz sunhpc-98fae3427e6791003e64572a2a6ca317c72473ef.tar.bz2 sunhpc-98fae3427e6791003e64572a2a6ca317c72473ef.zip |
add bash-completion in /sbin/sunhpc-compxxxx-bak
Diffstat (limited to 'etc')
-rw-r--r-- | etc/sunhpc.conf | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/etc/sunhpc.conf b/etc/sunhpc.conf new file mode 100644 index 0000000..b1c57ac --- /dev/null +++ b/etc/sunhpc.conf @@ -0,0 +1,46 @@ +# +# sunhpc cluster config file. +# +country CN +state LiaoNing +city DaLian +url https://www.sunhpc.com +name Sunhpc-cluster +contact info@sunhpc.com +worksdir /export +distrodir /export/sunhpc +partition default +safeport 372 +safedirs safe.d +safesecurity safe-security +publichostname cluster.sunhpc.com +publicinterface eth0 +publicaddress 172.16.1.1 +publicgateway 172.16.1.1 +publicnetmask 255.255.255.0 +publicdnsserver 223.5.5.5 +publicmacaddress B8:CA:3A:A8:C5:D3 +publiccidr 24 +publicnetwork 172.16.1.0 +publicdomain sunhpc.com +publicmtu 1500 +publicntphost pool.ntp.org +privatehostname cluster +privateinterface wlan0 +privateaddress 192.168.199.146 +privatenetmask 255.255.255.0 +privatemacaddress 00:21:6A:A7:D5:62 +privatecidr 24 +privatenetwork 192.168.199.0 +privatedomain local +privatemtu 1500 +privatentphost cluster.local +timezone Asia/Shanghai +bootargs net.ifnames=0 biosdevname=0 ksdevice=bootif +basedir install +ganglia 224.0.0.3 +nextserver 192.168.199.146 +plugin_port 12345 +pxefilename pxelinux.0 +pxelinuxdir /tftpboot/pxelinux +distribution sunhpc-dist |