1832282 Members
1949 Online
110041 Solutions
New Discussion

/usr/dt

 
SOLVED
Go to solution
George Liu_2
Frequent Advisor

/usr/dt

Is /usr/dt a core file system?
5 REPLIES 5
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: /usr/dt

Hi George:

Yes, dt --> desktop. You will clobber your CDE environment (or any future CDE environment) if you blow this one away.

Clay
If it ain't broke, I can fix that.
George Liu_2
Frequent Advisor

Re: /usr/dt

Actually, it is a server running 10.20 and only a console is necessary. We have a boot disk partition /stand failure in this server and I am trying to identify any core-OS directories. Does your answer mean the machine cannot boot up in text mode (console) with out /usr/dt ?
Thanks.
Bill Hassell
Honored Contributor

Re: /usr/dt

It's important to think of applications rather than core directories. Blowing away arbitrary directories may save some space but can break various applications and functions.

If you want to remove unnecessary applications and subsystems, use swremove. That way, you can remove the Xwindow manager CDE without impacting related tools, and you'll have a bonus: files and directories in /var, /usr, /opt and /etc that are part of CDE.


Bill Hassell, sysadmin
A. Clay Stephenson
Acclaimed Contributor

Re: /usr/dt

Hi Again:

Actually nothing in /usr is required to boot.
If you know you are never going to need the CDE environment, you can remove the symbolic link in /sbin/rc3.d for starting the dtlogin.
You tty console, telnet, and rlogin sessions will continue to work. I would keep the CDE
stuff because at times it can be handy for running GUI programs. Typically /usr/dt is only about 32 MB nd that's nothing these days.

Clay
If it ain't broke, I can fix that.
A. Clay Stephenson
Acclaimed Contributor

Re: /usr/dt

One more point, George.

Eventhough you do not have graphics on this box, it is very common to connect to these boxes using an X terminal or an X emulator like ReflectionX - especially to run something like Glance or STM or even SAM. The CDE environment is not necessary for X but it doesn't hurt.
If it ain't broke, I can fix that.