The filer network ips and the vservers.
cluster600::> net int show
(network interface show)
Logical Status Network Current Current Is
Vserver Interface Admin/Oper Address/Mask Node Port Home
----------- ---------- ---------- ------------------ ------------- ------- ----
cluster600
cluster_mgmt up/up 192.168.199.170/24 cluster600-01 e0a true
cluster600-01
mgmt1 up/up 192.168.199.171/24 cluster600-01 e0a true
nfs600
nfs600_lif1 up/up 192.168.199.180/24 cluster600-01 e0c true
nfs700
nfs700_lif1 up/up 192.168.199.181/24 cluster600-01 e0d true
nfs800
nfs800_nfs_lif1
up/up 192.168.199.182/24 cluster600-01 e0c true
nfs_test
nfs_test_lif1
up/up 192.168.199.188/24 cluster600-01 e0a true
6 entries were displayed.
cluster600::>
We first create a user 'logger'
cluster600::> security login create -username logger -application http -authmethod password
Please enter a password for user 'logger':
Please enter it again:
Then enable the services for it.
cluster600::> vserver services web modify -vserver * -name spi -enabled true
Warning: The service 'spi' depends on: ontapi. Enabling 'spi' will enable all of its prerequisites.
Do you want to continue? {y|n}: y
2 entries were modified.
cluster600::>
cluster600::> vserver services web access create -name spi -role admin -vserver cluster600
cluster600::> vserver services web access create -name compat -role admin -vserver cluster600
cluster600::>
Now we can login from a browser.
https://*cluster_mgmt_ip*/spi/*nodename*/etc/log
In this example:
Cluster management IP: 192.168.199.171
Node name: cluster600-01
Nice and good article. It is very useful for me to learn and understand easily. Thanks for sharing your valuable information and time. Please keep updatingHadoop Admin Online Training
ReplyDelete