2008년 09월 24일
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';

--------
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';
이 글과 관련있는 글을 자동검색한 결과입니다 [?]
- [SQL] UPDATE by JiunSuk
- [오라클] 오라클 기본정보 by 팬더곰
- [MySQL] 기본 명령어 - 필드 추가, 수정, 삭제 by 델피니
- DBMS_PIPE NOT DECLARED ERROR 발생시 점검할 사항 by xstation
- explain plan (sqlplus / windows) by 살라말라꿍
# by | 2008/09/24 16:13 | Linux | 트랙백 | 덧글(0)





☞ 내 이글루에 이 글과 관련된 글 쓰기 (트랙백 보내기) [도움말]