HPE 3PAR StoreServ Storage
1825720 Members
2986 Online
109687 Solutions
New Discussion

Re: host without ID and Persona

 
francisco82
Advisor

host without ID and Persona

hi Team, i have a question... i removed one host and i removed all zone of this host on the SW SAN, but i still seeing the host in the 3par:

 

Id Name WWNs Ports Nodes
-- test1 2 4 0,1,2,3
-- test2 2 4 0,1,2,3
--  Test3 4 0,1,2,3

 

how i can remove in totally the host?

 

Regards...

 

 

5 REPLIES 5
sbhat09
HPE Pro

Re: host without ID and Persona

Hi @francisco82,

In the actual 'showhost' output does it show the full WWN as well?

Have you tried the command 'removehost <hostname>' ?

Regards,
Srinivas Bhat

If you feel this was helpful please click the KUDOS! thumb below!
Note: All of my comments are my own and are not any official representation of HPE



I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
francisco82
Advisor

Re: host without ID and Persona

hi @sbhat09,, thank for answer me,

if i run the showhost command.. i can see th WWW of the HBAs but i need add one "*" in the beginning of the host name:

TEST01 cli% showhost *test
Id Name Persona -WWN/iSCSI_Name- Port
-- test --- 1000AA31B50000AB 3:1:1
1000BB31B50000B9 0:1:2
1000BB31B50000B9 2:1:2
1000AA31B50000AB 1:1:1

Cali
Honored Contributor

Re: host without ID and Persona

Try this:

servicehost remove

Cali

ACP IT Solutions AGI'm not an HPE employee, so I can be wrong.
francisco82
Advisor

Re: host without ID and Persona

hi @Cali , yes this is the first command that i  ran...

sbhat09
HPE Pro

Re: host without ID and Persona

Hi @francisco82,

With reference to 3PAR CLI guide - https://support.hpe.com/hpesc/public/docDisplay?docId=c04204279

I think here the hosts with multiple specifiers are deleted with single specifier. So, the residual specifiers are still showing up.

As per pg270, please try to delete the hosts again with 'removehost <hostname>' (This commands deletes hosts including all specifiers). If the residuals are still remaining, try to remove them with the relevant options and specifiers like:

removehost [options] <specifiers>

Ex:
removehost -port n:s:p
removehost -iscsi iscsi_name

Regards,
Srinivas Bhat

If you feel this was helpful please click the KUDOS! thumb below!
Note: All of my comments are my own and are not any official representation of HPE



I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo