1828413 Members
3509 Online
109977 Solutions
New Discussion

Install dtksh

 
SOLVED
Go to solution
shameemsoft
Frequent Advisor

Install dtksh

Dear,

I would like to use /usr/dt/bin/dtksh on my HPUX 11.31 server. But it is not installed.

How I will install dtksh on my HP UX 11.31
13 REPLIES 13
Solution

Re: Install dtksh

dtksh is in the CDE bundle. IIRC this isn't a default install on 11.31 now - you can still intsall it off the OE DVDs though. It's in the fileset CDE.CDE-MIN

HTH

Duncan

I am an HPE Employee
Accept or Kudo
shameemsoft
Frequent Advisor

Re: Install dtksh

Dear,

Thanks for your response.

is it possible to get it from HP site?

Re: Install dtksh

no. its on the OS install DVDs - which you cannot download off the HP website.

HTH

Duncan

I am an HPE Employee
Accept or Kudo
shameemsoft
Frequent Advisor

Re: Install dtksh

Hi,

It is already installed.

#swlist -l product |grep -i cde
CDE B.11.31 HP-UX CDE User Interface

But dt is not available. any idea?

Regards
Shameem.


Re: Install dtksh

so what do you get from:

swlist -l fileset CDE

swlist -l file CDE.CDE-MIN

HTH

Duncan

I am an HPE Employee
Accept or Kudo
shameemsoft
Frequent Advisor

Re: Install dtksh

Thanks. CDE.CDE-MIN is not installed.

I have OS CD. But server is in remote location (DR site).

which file i need to copy. can u help me onthis.

Regards
Shameem.
Dennis Handly
Acclaimed Contributor

Re: Install dtksh

>which file I need to copy? can you help me on this.

You really should swcopy the whole fileset and then install that.

Re: Install dtksh

The problem is that the files on the DVD constitute a single depot (rather than a depot per product) so you can't easily just copy off the CDE directory from the DVD...

Do you have a HP-UX system local to you (presumably you do, if you have a DR system at a remote site?)

You can just mount the DVD on the system at your current site and then install remotely using swinstall...

HTH

Duncan

I am an HPE Employee
Accept or Kudo
Dennis Handly
Acclaimed Contributor

Re: Install dtksh

>Duncan: so you can't easily just copy off the CDE directory from the DVD.

Huh? That's what swcopy does:
swcopy -x enforce_dependencies=false -s /dev/dvd-device CDE.CDE-MIN @ $PWD/CDE-MIN

Then tar up ./CDE.CDE-MIN and use that to swinstall on the target machine.

Re: Install dtksh

Dennis,

yeah I meant copy as in "cp -r /dvdrom/CDE ..." or just tar up a directory on the DVD...

I knw you can swcopy, but got the feeling the poster was asking about a straight copy off the DVD...

Cheers

Duncan

I am an HPE Employee
Accept or Kudo
shameemsoft
Frequent Advisor

Re: Install dtksh

Guys,

Thanks for your response.

I was asking direct copy from DVD which is connected in windows to UNIX server. But i can't use this copy for installation.

Thanks & Regards
Shameem.
Dennis Handly
Acclaimed Contributor

Re: Install dtksh

>Duncan: yeah I meant copy as in "cp -r /dvdrom/CDE ..."

You absolutely don't want to do that, unless you think you can just copy the one file.

>I know you can swcopy

You must use swcopy, you want to get a good installation with swinstall.

>which is connected in windows to UNIX server.

Is it mounted on a HP-UX box?
I suppose could could mount an ISO image and then use swcopy.

Or you could find dtksh and just copy that.

Re: Install dtksh

>>Duncan: yeah I meant copy as in "cp -
>r /dvdrom/CDE ..."
>
>You absolutely don't want to do that,
>unless you think you can just copy the one
>file.

Yes - that's what I meant - you *can't* do that...

Duncan

I am an HPE Employee
Accept or Kudo