Channel Family in RHN Satellite

***Channel Family***
--------
When you create a clone/custom channel at that moment a new family is created and the name of the family is taken from the owner of the activated satellite certificate,so, when at the moment when initially you created ur own custom channels at that moment the owner of the sat cert was "Red Hat Internal Test Cert". So it took this as the channel family name and under this all clone / custom channel are present
--------

You cannot remove the channel family, you can rename it.

# su - oracle
# sqlplus rhnsat/rhnsat@rhnsat
SQL> select ID,NAME from rhnChannelFamily where NAME='Old Family Name';
The above command is to verify that the channel name exists and isunique
SQL> update rhnChannelFamily set NAME='SHPS' where NAME='New Family Name';
SQL> COMMIT;
SQL> update rhnChannelFamily set NAME='NEw Name' where NAME='Old Family Name';

이 글과 관련있는 글을 자동검색한 결과입니다 [?]

by 열혈남아 | 2008/09/24 16:13 | Linux | 트랙백 | 덧글(0)

트랙백 주소 : http://mywayro9.egloos.com/tb/866794
☞ 내 이글루에 이 글과 관련된 글 쓰기 (트랙백 보내기) [도움말]

:         :

:

비공개 덧글

◀ 이전 페이지          다음 페이지 ▶