<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: General issues in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/general-issues/m-p/2493361#M19816</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;To assign points to responses, you must login to see the appropriate buttons.  There is a bug that is probably not yet resolved.  Shayne, the Forum's administrator, notes (on 02/12/2001 in: &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x6bb2854994d9d4118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x6bb2854994d9d4118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;/Begin_Quote/&lt;BR /&gt;&lt;BR /&gt;If you login from the Forums home page (forums.itrc.hp.com), the page will display correctly (with header and left navigation bar) and you will be able to assign points to questions. &lt;BR /&gt;&lt;BR /&gt;If you login from a family page (i.e. HP-UX), you will not see the assign button and the page will not display correctly. &lt;BR /&gt;&lt;BR /&gt;/End_Quote/&lt;BR /&gt;&lt;BR /&gt;This should answer the "points" question you raised.  BTW, thank you for being so attentive to this.  Points are the bread crumbs that point the travelers to the best information later.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Wed, 14 Feb 2001 12:58:47 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2001-02-14T12:58:47Z</dc:date>
    <item>
      <title>General issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/general-issues/m-p/2493358#M19813</link>
      <description>Hi freinds,&lt;BR /&gt;&lt;BR /&gt;1. If in Oracle my database is in Archivelog mode, how I can setup in such a way that all the ARCH files are directly copied on to the DAT/DLT media instead of hard disk.&lt;BR /&gt;&lt;BR /&gt;2. How to take the printing on to the local printer connected with Desktop PC in Unix.&lt;BR /&gt;&lt;BR /&gt;3. How can I assign points in this forum to you people. I do not get any such button on my screen.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Samir.</description>
      <pubDate>Wed, 14 Feb 2001 04:04:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/general-issues/m-p/2493358#M19813</guid>
      <dc:creator>SAMIR SHAH_1</dc:creator>
      <dc:date>2001-02-14T04:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: General issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/general-issues/m-p/2493359#M19814</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can run a script in the background to perform a background tar-ing of any new archive files to tape. &lt;BR /&gt;&lt;BR /&gt;You can refine this script further to tailor to your needs such as grep'ing for the last archived number from the $BACKUPLOG each time you run the script so that the next archive log in line is backed up.&lt;BR /&gt;&lt;BR /&gt;archbackup.sh&lt;BR /&gt;=============================================&lt;BR /&gt;#!/sbin/sh&lt;BR /&gt;index=1 # replace it with the starting number&lt;BR /&gt;BACKUPLOG=/var/adm/sa/logs/archivebackups.log&lt;BR /&gt;&lt;BR /&gt;touch $BACKUPLOG&lt;BR /&gt;cd /$oraclesid/arch #replace it with your archive directory path&lt;BR /&gt;&lt;BR /&gt;while :;&lt;BR /&gt;do&lt;BR /&gt;  if [ -e ${oraclesid}_${index}.dbf ]&lt;BR /&gt;  then&lt;BR /&gt;    tar uvf /dev/rmt/0m $oraclesid_$index.dbf&lt;BR /&gt;    if [ "$?" == "0" ]&lt;BR /&gt;    then&lt;BR /&gt;      echo "Backup of $oraclesid_$index.dbf archive log successful at `date +%Y%m%d` `date +%H%M`" &amp;gt;&amp;gt; $BACKUPLOG&lt;BR /&gt;    else&lt;BR /&gt;      echo "Backup of $oraclesid_$index.dbf archive log NOT successful at `date +%Y%m%d` `date +%H%M`" &amp;gt;&amp;gt; $BACKUPLOG&lt;BR /&gt;    fi&lt;BR /&gt;    index=`expr $index + 1`&lt;BR /&gt;  fi&lt;BR /&gt;done&lt;BR /&gt;=============================================&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong&lt;BR /&gt;Brainbench MVP for Unix Admin&lt;BR /&gt;&lt;A href="http://www.brainbench.com" target="_blank"&gt;http://www.brainbench.com&lt;/A&gt;</description>
      <pubDate>Wed, 14 Feb 2001 05:46:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/general-issues/m-p/2493359#M19814</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2001-02-14T05:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: General issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/general-issues/m-p/2493360#M19815</link>
      <description>Hi Samir&lt;BR /&gt;Management of your archived redologs can be done using Recovery Manager (RMAN) supplied with Oracle.&lt;BR /&gt;RMAN can be set up to backup data to a local tape using Legato Storage Manager (also supplied with Oracle)&lt;BR /&gt;RMAN will then backup the archived redologs to the tape and then delete the original file, freeing up space on the archive disk (ensuring that the database don't stop).&lt;BR /&gt;&lt;BR /&gt;Here is a sample script:&lt;BR /&gt;(backing up to another disk)&lt;BR /&gt;RMAN&amp;gt;run {&lt;BR /&gt;allocate channel c1 type disk&lt;BR /&gt;format '/backup/al_%d_%s_%p';&lt;BR /&gt;backup (archivelog all delete input);&lt;BR /&gt;release channel c1;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;(backing up to tape)&lt;BR /&gt;RMAN&amp;gt;run {&lt;BR /&gt;allocate channel c1 type 'SBT_TAPE';&lt;BR /&gt;backup (archivelog all delete input);&lt;BR /&gt;release channel c1;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Andreas&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Feb 2001 07:48:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/general-issues/m-p/2493360#M19815</guid>
      <dc:creator>Andreas D. Skjervold</dc:creator>
      <dc:date>2001-02-14T07:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: General issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/general-issues/m-p/2493361#M19816</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;To assign points to responses, you must login to see the appropriate buttons.  There is a bug that is probably not yet resolved.  Shayne, the Forum's administrator, notes (on 02/12/2001 in: &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x6bb2854994d9d4118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x6bb2854994d9d4118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;/Begin_Quote/&lt;BR /&gt;&lt;BR /&gt;If you login from the Forums home page (forums.itrc.hp.com), the page will display correctly (with header and left navigation bar) and you will be able to assign points to questions. &lt;BR /&gt;&lt;BR /&gt;If you login from a family page (i.e. HP-UX), you will not see the assign button and the page will not display correctly. &lt;BR /&gt;&lt;BR /&gt;/End_Quote/&lt;BR /&gt;&lt;BR /&gt;This should answer the "points" question you raised.  BTW, thank you for being so attentive to this.  Points are the bread crumbs that point the travelers to the best information later.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 14 Feb 2001 12:58:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/general-issues/m-p/2493361#M19816</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-02-14T12:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: General issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/general-issues/m-p/2493362#M19817</link>
      <description>Doesn't look like anybody touched on the printing question...so I'm gonna take a try at this.  &lt;BR /&gt;From what you describe..you have a printer simply connected via the lpt port on the PC.  That is a problem.&lt;BR /&gt;If this were a network printer, it would be simple. Just add the network printer via SAM or JetAdmin on HPUX side and you could route printing to it.  But since I believe this is not a network printer...you may need to set up a means to map from your PC to UNIX for what you want.   Now I understand SAMBA works well for doing this....and since you connecting from the PC side to UNIX, I '..believe...' your default printer would be the one you want.&lt;BR /&gt;You can get SAMBA (free) from the HPUX Porting Site:&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/" target="_blank"&gt;http://hpux.cs.utah.edu/&lt;/A&gt;       or    &lt;A href="http://www.samba.org" target="_blank"&gt;www.samba.org&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;/rcw&lt;BR /&gt;&lt;BR /&gt;....oooh!!! thought of another way too..If this printer is not something you could add a JetDirect card to, there was something I used once called Lantronix.  It worked similar to HP's jetdirect external, but you could attach it to just about any printer, then plug them into a network and make them network printers. So now you have options... &lt;A href="http://www.lantronix.com/products/" target="_blank"&gt;http://www.lantronix.com/products/&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Feb 2001 13:34:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/general-issues/m-p/2493362#M19817</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2001-02-14T13:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: General issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/general-issues/m-p/2493363#M19818</link>
      <description>IF you have a X11 server runing on your PC, like eXceed or someting than you can start the lpd deamon on your pc and than configure a print queue on the HP machine using SAM. just remember to name the queue as unix_printername and click on the BSD printer option.&lt;BR /&gt;&lt;BR /&gt;happy printing!&lt;BR /&gt;Ajay</description>
      <pubDate>Wed, 14 Feb 2001 17:40:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/general-issues/m-p/2493363#M19818</guid>
      <dc:creator>Ajay Sishodia</dc:creator>
      <dc:date>2001-02-14T17:40:16Z</dc:date>
    </item>
  </channel>
</rss>

